home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2001 August / CMycha200108.iso / Zaczarowane / start.swf / scripts / DefineButton2_168 / BUTTONCONDACTION on(press).as
Text File  |  2001-06-06  |  163b  |  9 lines

  1. on(press){
  2.    if(_root.go == true)
  3.    {
  4.       gotoAndStop(137);
  5.       _root.sPokojDzwiek.stop("sPokojDzwiek");
  6.       _root.mycha25.stop("mycha25");
  7.    }
  8. }
  9.